home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / sgi4d.defs < prev    next >
Lisp/Scheme  |  1991-03-23  |  1KB  |  54 lines

  1.  
  2. # Machine dependent makefile definitions for SGI Iris 3030
  3.  
  4. LBINDIR=/usr/local/bin
  5.  
  6. OFLAG    =  
  7. LIBS    = -lm -lbsd
  8. ODIR_DEBUG= -g 
  9. NULLFILE = ../h/twelve_null
  10. SHELL=/bin/sh
  11.  
  12. # .IGNORE:
  13.  
  14. # This CC string will be used for compilation of the system,
  15. # and also in the compiler::*cc* variable for later compilation of
  16. # lisp files.
  17.  
  18. # also defined in `machine'.h file
  19. # The one here must be >= the one in the .h file.
  20. # It must be a multiple of 0x200000 greater that 0x400000 the
  21. # default text start.
  22. DBEGIN= A00000
  23.  
  24. # If you don't plan on linking in a lot of other stuff
  25. # like maxima, you can increase the -G 8 to -G 800 or so.
  26. # That should be a bit faster..
  27.  
  28. CC = cc -DVOL=volatile -Olimit 798 -G 8 -I${AKCLDIR}/o  -I/usr/include/bsd
  29. LDCC = cc -Wl,-D -Wl,${DBEGIN} 
  30.  
  31. # Where the original KCL distribution resides.
  32.  
  33. MAINDIR = /usr/chaos/marder/kcl
  34.  
  35. # Enable the fastloading mechanism which does not use ld -A
  36. # requires c/rel_.. machine dependent code.
  37.  
  38. # RSYM    = rsym
  39. # SFASL    = $(ODIR)/sfasl.o
  40.  
  41. # When using SFASL it is good to have (si::build-symbol-table)
  42. # INITFORM=(si::build-symbol-table)
  43. # incremental loading with -A requires -G 0
  44. INITFORM=(setq compiler::*cc* "cc -DVOL=volatile -G 0 ")
  45.  
  46. # Use symbolic links
  47. SYMB=-s
  48.  
  49. EMUL= $(ODIR)/sgi4d_emul.o
  50.  
  51. MPFILES= ${MPDIR}/mpi.o ${MPDIR}/lo-sgi4d.o ${MPDIR}/libmport.a
  52.  
  53. RANLIB= ar lts 
  54.